{"id":23032198,"url":"https://github.com/i2mint/s3dol","last_synced_at":"2025-08-14T15:32:22.218Z","repository":{"id":57463416,"uuid":"356066663","full_name":"i2mint/s3dol","owner":"i2mint","description":"s3 (through boto3) with a simple (dict-like or list-like) interface","archived":false,"fork":false,"pushed_at":"2024-12-03T10:14:50.000Z","size":2914,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-03T10:15:54.178Z","etag":null,"topics":["data-structures","python","python3","s3","s3-bucket","s3-storage"],"latest_commit_sha":null,"homepage":"https://i2mint.github.io/s3dol/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/i2mint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-08T22:42:11.000Z","updated_at":"2024-12-03T10:11:51.000Z","dependencies_parsed_at":"2024-01-15T16:57:08.845Z","dependency_job_id":"6a4ea423-656c-4ba8-ad31-a898b1e7204a","html_url":"https://github.com/i2mint/s3dol","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2mint%2Fs3dol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2mint%2Fs3dol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2mint%2Fs3dol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2mint%2Fs3dol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i2mint","download_url":"https://codeload.github.com/i2mint/s3dol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229841505,"owners_count":18132565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-structures","python","python3","s3","s3-bucket","s3-storage"],"created_at":"2024-12-15T15:51:11.242Z","updated_at":"2024-12-15T15:51:11.735Z","avatar_url":"https://github.com/i2mint.png","language":"Python","readme":"# s3dol\n\ns3 (through boto3) with a simple (dict-like or list-like) interface\n\nTo install:\t```pip install s3dol```\n\n[Documentation](https://i2mint.github.io/s3dol/)\n\n\n## Set up credentials\n\nRecommended prerequisite to make getting started easier but not required.\n\n### Option 1: [Environment Variables](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html)\n```\nexport AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE\nexport AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY\nexport AWS_DEFAULT_REGION=us-west-2\n```\n\n### Option 2: [Configure Default Profile in Credentials File](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)\nAdd credentails in `~/.aws/credentials`\n```\n[default]\naws_access_key_id = AKIAIOSFODNN7EXAMPLE\naws_secret_access_key = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY\n```\n\n### Option 3: [Configure Default Profile with AWS CLI](https://docs.aws.amazon.com/cli/latest/reference/configure/)\n[Install AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)\n```bash\nbrew instal awscli\n```\nSet credentails with CLI\n```bash\naws configure\nAWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE\nAWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY\nDefault region name [None]: us-west-2\nDefault output format [None]:\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi2mint%2Fs3dol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi2mint%2Fs3dol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi2mint%2Fs3dol/lists"}