Skip to content

chore: drop boto for signurlarity - #8731

Draft
natthan-pigoux wants to merge 2 commits into
DIRACGrid:integrationfrom
natthan-pigoux:drop_boto_for_signurlarity
Draft

chore: drop boto for signurlarity#8731
natthan-pigoux wants to merge 2 commits into
DIRACGrid:integrationfrom
natthan-pigoux:drop_boto_for_signurlarity

Conversation

@natthan-pigoux

Copy link
Copy Markdown
Contributor

BEGINRELEASENOTES

CHANGE: Drop boto dependency for signurlarity.

ENDRELEASENOTES

Part of #8641

@natthan-pigoux
natthan-pigoux marked this pull request as draft August 4, 2026 15:17
@natthan-pigoux natthan-pigoux changed the title build: drop boto for signurlarity chore: drop boto for signurlarity Aug 12, 2026
dest_file = os.path.join(localPath if localPath else os.getcwd(), fileName)
log.debug(f"Trying to download {src_key} to {dest_file}")

self.s3_client.download_file(self.bucketName, src_key, dest_file)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a download_file method in signurlarity? or we don't use this dirac getFile?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am afraid that getFile is a required feature of any storage plugin :-D

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I just badly write dirac -> direct ... :)

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