We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you specify the host or exclude the host signature during the PresignedObjectUrl operation to separate the host part from the Intranet and the host part from the extranet https://Internal.network.cn/xx/obj.xx , https://pub.network.cn/oss/xx/obj.xx
Can PresignedObjectUrl support multi-part upload or append (Full size can be provided when signing )Used to support large file direct transmission .
const xhr = new XMLHttpRequest(); xhr.open('PUT', presignedUrl, true); xhr.setRequestHeader('Content-Type', file.type); xhr.setRequestHeader('Content-Range', `bytes ${start}-${end - 1}/${file.size}`);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can you specify the host or exclude the host signature during the PresignedObjectUrl operation to separate the host part from the Intranet and the host part from the extranet https://Internal.network.cn/xx/obj.xx , https://pub.network.cn/oss/xx/obj.xx
Can PresignedObjectUrl support multi-part upload or append (Full size can be provided when signing )Used to support large file direct transmission .
The text was updated successfully, but these errors were encountered: