The caching of a browser can only be achieved by issuing the signature to the same X-Amz-Date or requestDate, which will result in the exact same url. 👍 My suggestion would be to add an optional parameter (requestDate) to the functions presignedUrl(), presignedGetObject() and presigned...
Previously, I had a rather hacky setup combining react-native-fetch-blob and react-s3-uploader. This uploads to S3 directly via a presigned URL (you'd need to render the right response at /sign-s3): /** * Taken, CommonJS-ified, and heavily modified from: * https://github.com/flying...
# 需要导入模块: from minio import Minio [as 别名]# 或者: from minio.Minio importmake_bucket[as 别名]# -*- coding: utf-8 -*-# MinIO Python Library for Amazon S3 Compatible Cloud Storage, (C) 2015 MinIO, Inc.## Licensed under the Apache License, Version 2.0 (the "License");# you ...
Presigned only works if you have the full URL, partial URLs will not work and will be consistent with S3 API. Why do you need this in core Minio API? - if you need to do such a translation you need to keep a separate indirection outside of Minio API. I cannot see why this would ...