github.com/mweagle/Sparta@v1.15.0/s3site_awsbinary.go (about)

     1  // +build lambdabinary
     2  
     3  package sparta
     4  
     5  // NewS3Site returns a new S3Site pointer initialized with the
     6  // static resources at the supplied path.  If resources is a directory,
     7  // the contents will be recursively archived and used to populate
     8  // the new S3 bucket.
     9  func NewS3Site(resources string) (*S3Site, error) {
    10  	return &S3Site{}, nil
    11  }