Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

These comparisons are really unfair. For example there's no reason you have to use a bucket policy in the sdk (I've never).

Unless it's S3 compatible it's going to be a gargantuan task to make this successful as _everything_ uses the S3 API.



Perhaps, but AWS certainly doesn't do a very good job of highlighting the most simple way to use it.

This is the user guide: https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcom...


R2 is also a solution to much of this.

But best of luck to OP!


R2 also makes it hard to figure out how to simply upload a file.


In both S3 and R2, it would be relatively easy to create an client/overlay that has a similar interface to TFA.


The syntax is a bit obtuse, but you setup creds and then:

    wrangler r2 object put test-bucket/file --file=file


Yeah, but now try uploading a folder. They'll just refer you to their S3 API. Also, that's 4 levels of commands, it's more than my mind can easily remember.

aws s3 sync [source] [dest]




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: