I have a node app and am using the aws-sdk
. I'm able to successfully call the getSignedUrl()
method and get a URL to a specific file. However I'd like to be able to grant *
access recursively inside a specific directory rather than just a single file. Is this even possible?
A Pre-Signed URL permits access to private objects stored on Amazon S3. It is a means of keeping objects secure, yet grant temporary access to a specific object.
It is created via a hash calculation based on the object path, expiry time and a shared Secret Access Key belonging to an account that has permission to access the Amazon S3 object. As such, each pre-signed URL is unique to each object and cannot act as a wildcard for an entire directory.
Some alternatives:
cp
command).See also: AWS CLI copy command
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With