You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the get_versions function for just a specific file in a given bucket rather than returning all the results of the bucket. Is this possible without first downloading all the version content of the bucket?
I would like to be able to do the same with get_version and limit to versions of a single file rather than getting all the content - The following lists all content of bucket lori-test-version
I would like to use the get_versions function for just a specific file in a given bucket rather than returning all the results of the bucket. Is this possible without first downloading all the version content of the bucket?
i.e.
For get_bucket
I list all results with
But then I can limit to a certain file
I would like to be able to do the same with get_version and limit to versions of a single file rather than getting all the content - The following lists all content of bucket lori-test-version
The text was updated successfully, but these errors were encountered: