We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Karman allows to get a file stream this way
InputStream is = s3Provider["bucketname"]["somefile.txt"].inputStream
But is it possible to get a file by an S3 URL? i.e.
InputStream is = s3Provider["bucketname"]["https://s3.amazonaws.com/test-bucket/test/something.png"]
This would allow folders while looking for files. In the above example the folder name is test
test
If the URL fetching isn't allowed, what is a good way to get files from a folder in a bucket?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Karman allows to get a file stream this way
But is it possible to get a file by an S3 URL? i.e.
This would allow folders while looking for files. In the above example the folder name is
test
If the URL fetching isn't allowed, what is a good way to get files from a folder in a bucket?
The text was updated successfully, but these errors were encountered: