Skip to content
New issue

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

PresignedObjectUrl #2043

Open
hzdjulytech opened this issue Dec 31, 2024 · 0 comments
Open

PresignedObjectUrl #2043

hzdjulytech opened this issue Dec 31, 2024 · 0 comments

Comments

@hzdjulytech
Copy link

  1. 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

  2. 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}`);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant