Registry / cloud / configure-s3-website

configure-s3-website

JSON →
library2.3.0rbrubygemsunverified

Configure your AWS S3 bucket to function as a web site.

gem install configure-s3-website
INSTALL
IMPORT
SIG · CONFIGURE-S3-WEBSI
C
configure-s3-website
cloudrubyv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigureS3Website
require 'configure-s3-website'

Configures an S3 bucket for static website hosting

require 'configure-s3-website' ConfigureS3Website.configure do |config| config.bucket = 'my-bucket' config.index_document = 'index.html' config.error_document = 'error.html' end
Debug
Known issues
gotchaRequires AWS credentials with S3 permissions
fix
Ensure AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are set
affects: >= 1.0.0
Upgrade
Version history
2.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
OpenAI (training)
1
Resources
configure-s3-website — gem install configure-s3-website · libregistry