Skip to content

Conversation

cogsea
Copy link

@cogsea cogsea commented May 22, 2025

This line now fails in django storage (listdir()) due to:

An error occurred (NoSuchKey) when calling the ListObjects operation: None

ListObjects is to be deprecated: source

Boto3 shows the new list_objects_v2 as example: source

This line now fails in django storage (listdir()) due to:
An error occurred (NoSuchKey) when calling the ListObjects operation: None

ListObjects is to be deprecated: [source](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html)

Boto3 shows the new list_objects_v2 as example: [source](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html)
@jschneier
Copy link
Owner

Yeah so the reason it’s like this is that S3 Compatible service providers didn’t necessarily implement this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants