You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Add an option to use a temporary url using COS/S3 presign-url for download URLs of bulkdata export results
Details
(1) The download url will be something like following which is much longer than current download url and it's in different format from bulkexport spec.
- Fix output URL so that it is an actual URL
- Implements Use COS/S3 presign-url for download URLs of bulkdata export
results #882
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
I set presigned to true, configured an ibm-cos storageProvider with hmac auth, and set public to true. Then I performed export and confirmed that:
I could download the resulting export by using the URL with the X-Amz query parameters
I could not download the resulting export without passing the X-Amz query parameters
I will try to circle back and confirm that these download URLs are no longer accessible after 24 hours (the current validity period), and I've opened #2053 for making this configurable in the future.
Summary
Add an option to use a temporary url using COS/S3 presign-url for download URLs of bulkdata export results
Details
(1) The download url will be something like following which is much longer than current download url and it's in different format from bulkexport spec.
(2) cleanup or expiration the generated export results themselves is out of scope of this issue.
https://cloud.ibm.com/docs/services/cloud-object-storage/hmac?topic=cloud-object-storage-presign-url#presign-url-get-java
The text was updated successfully, but these errors were encountered: