Skip to content

Instantly share code, notes, and snippets.

@BrianObilo
BrianObilo / upload_script.py
Last active August 4, 2025 14:11
Uploading to our digital ocean spaces RAG project
import boto3
from boto3 import session
from botocore.client import Config
from boto3.s3.transfer import S3Transfer
import os
#Use the API Keys you generated at Digital Ocean
ACCESS_ID = 'xxxxxxxxxxxxxxxx'
SECRET_KEY = 'xxxxxxxxxxxxxxxx'
@BrianObilo
BrianObilo / .py
Last active April 19, 2023 16:30
Boto3
import boto3
from boto3 import session
from botocore.client import Config
from boto3.s3.transfer import S3Transfer
#Use the API Keys you generated at Digital Ocean
ACCESS_ID = 'xxxxxxxxxxxxxxxxxxx'
SECRET_KEY = 'xxxxxxxxxxxxxxxxxxx'
# Initiate session