Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for Azure Blob Storage file storage backend #7092

Open
1 task done
tylerwinn opened this issue Apr 19, 2024 · 1 comment
Open
1 task done

Allow for Azure Blob Storage file storage backend #7092

tylerwinn opened this issue Apr 19, 2024 · 1 comment

Comments

@tylerwinn
Copy link

Duplicates

  • I have searched the existing issues

Summary 馃挕

In the .env file you will be able to set

FILE_STORAGE_BACKEND=azure
STORAGE_BUCKET=your_blob_container_name

and a new field will need to be created for the account name, and access key.
AZURE_STORAGE_ACCOUNT=storage_account_name.blob.core.windows.net
AZURE_STORAGE_ACCESS_KEY=your_access_key_here

Examples 馃寛

It would work just the same as S3 or GCS, except be based on Azure Blob storage.

Motivation 馃敠

I work at a software company that wants to start using AutoGPT. I believe I can add this functionality to the project for our use and the open source community.

@ntindle
Copy link
Member

ntindle commented Apr 20, 2024

Go for it! Let us know in the discord if you have trouble

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

No branches or pull requests

2 participants