{"id":16445306,"url":"https://github.com/lloydmeta/taps3-rs","last_synced_at":"2026-04-29T16:03:34.065Z","repository":{"id":141731361,"uuid":"101720189","full_name":"lloydmeta/taps3-rs","owner":"lloydmeta","description":"Small Rust utility that writes the current timestamp to a given S3 Bucket and File (key)","archived":false,"fork":false,"pushed_at":"2017-09-01T12:28:29.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T01:02:04.425Z","etag":null,"topics":["aws","devops","docker","infra","rust","s3","util"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lloydmeta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-08-29T04:51:00.000Z","updated_at":"2017-08-30T13:40:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f4d45cc-ca8e-487a-af4d-341f42f21f74","html_url":"https://github.com/lloydmeta/taps3-rs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydmeta%2Ftaps3-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydmeta%2Ftaps3-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydmeta%2Ftaps3-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydmeta%2Ftaps3-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lloydmeta","download_url":"https://codeload.github.com/lloydmeta/taps3-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240831198,"owners_count":19864711,"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":["aws","devops","docker","infra","rust","s3","util"],"created_at":"2024-10-11T09:43:58.322Z","updated_at":"2025-10-25T19:16:25.918Z","avatar_url":"https://github.com/lloydmeta.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taps3-rs\n\n[![Build Status](https://travis-ci.org/lloydmeta/taps3-rs.svg?branch=master)](https://travis-ci.org/lloydmeta/taps3-rs) [![](https://images.microbadger.com/badges/image/lloydmeta/taps3.svg)](https://microbadger.com/images/lloydmeta/taps3 \"TapS3 docker image details\")\n\n\nUseful if you want to know if you've set firewall rules/roles/permissions/etc. properly for your Docker cluster\nto access S3.\n\n## Usage\n\n`$ docker run lloydmeta/taps3:latest --help`\n\n```\ntaps3 0.1.0\nLloyd (github.com/lloydmeta)\ntaps3 (tapsy) is a command that just writes the current time to a given S3 bucket and filename\n\nUSAGE:\n    taps3 [OPTIONS] --bucket \u003cbucket\u003e --region \u003cregion\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -B, --bucket \u003cbucket\u003e    The name of the bucket that you want to write your tap file to.\n    -F, --file \u003cfile\u003e        The name of the file that you want to write to. [default: tapped]\n    -R, --region \u003cregion\u003e    The region of the bucket that you want to write your tap file to.\n```\n\n## Details\n\n`taps3` is compiled as a statically-linked library via [`rust-musl-builder`](https://github.com/emk/rust-musl-builder)\nand the CA certificates are downloaded from [curl](https://curl.haxx.se/docs/caextract.html) and added\nseparately to the Alpine-based Docker Image.\n\n## AWS credentials\n\nThis lib uses Rusoto's `DefaultCredentialsProvider`, which resolves AWS credentials via [`ChainedProvider`](https://rusoto.github.io/rusoto/rusoto_core/struct.ChainProvider.html).\n\n\u003e The following sources are checked in order for credentials when calling credentials:\n\u003e\n\u003e   1. Environment variables: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`\n\u003e   2. AWS credentials file. Usually located at `~/.aws/credentials`.\n\u003e   3. IAM instance profile. Will only work if running on an EC2 instance with an instance profile/role.\n\u003e\n\u003e If the sources are exhausted without finding credentials, an error is returned.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydmeta%2Ftaps3-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flloydmeta%2Ftaps3-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydmeta%2Ftaps3-rs/lists"}