s3touch icon indicating copy to clipboard operation
s3touch copied to clipboard

Trigger S3 event notifications for objects in an s3 bucket

Results 9 s3touch issues
Sort by recently updated
recently updated
newest added

I touch a single file in S3 bucket s3touch s3://bucket/folder/file.jpg and get this error: /usr/local/lib/node_modules/s3touch/node_modules/aws-sdk/lib/request.js:30 throw err; ^ TypeError: Cannot read property 'Topic' of undefined at Response. (/usr/local/lib/node_modules/s3touch/index.js:34:56) at Request....

Currently s3Touch allows you to simulate an s3 object event through SNS, but it doesn't use a lot of the features of SNS. I imagine this is because you want...

Currently getting access denied (403) errors when I try to run the tests. Is there a way we can run tests locally?

seems like something that has to happen before this tool can be used?

Error: Could not HEAD object ("404") however `aws s3` cli is able to list the file.

When running s3touch in the new London region I get the following error ``` InvalidRequest: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. ``` This appears...

Hi, Thanks for a great program, really useful. I wanted to ask if there is an easy way to use it for every object in a bucket and not have...

instead of inheriting bucket region from env var ref #7

From about 5 minutes of digging it's not clear how `s3touch` could read up the notification rules and apply prefixes/suffixes. Will need some more investigation. cc @willwhite @GretaCB