s3proxy | Manipulate objects , centralize credentials | Cloud Storage library

 by   mirakl Go Version: Current License: Apache-2.0

kandi X-RAY | s3proxy Summary

kandi X-RAY | s3proxy Summary

s3proxy is a Go library typically used in Storage, Cloud Storage, Nodejs, Amazon S3 applications. s3proxy has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A S3 proxy server between your application and S3 for upload and download of objects. Why use s3proxy ? To centralize credentials and access rights in your application infrastructure. S3Proxy can create presigned urls to allow another application (e.g. mmp) to upload or download objects from S3, and delete or duplicate objects. Please note that uploads and downloads are using presigned urls, so S3proxy generates the url and returns it to your app, which then uses it to perform the upload or download. Generating a presigned url is purely local and does not entails communicating with S3 (or Minio). This means that the presigned url may be rejected if the S3proxy credentials do not allow accessing the bucket. Deletes and copies are proxyfied, and S3Proxy itself sends the HTTP request to S3.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              s3proxy has a low active ecosystem.
              It has 8 star(s) with 0 fork(s). There are 32 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 2 have been closed. On average issues are closed in 30 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of s3proxy is current.

            kandi-Quality Quality

              s3proxy has 0 bugs and 0 code smells.

            kandi-Security Security

              s3proxy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              s3proxy code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              s3proxy is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              s3proxy releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              It has 1212 lines of code, 87 functions and 16 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of s3proxy
            Get all kandi verified functions for this library.

            s3proxy Key Features

            No Key Features are available at this moment for s3proxy.

            s3proxy Examples and Code Snippets

            No Code Snippets are available at this moment for s3proxy.

            Community Discussions

            QUESTION

            Missing s3 key error in static site served by node.js
            Asked 2021-Sep-19 at 13:59

            I compiled and pushed my vue app onto S3 and I am serving it in my node/express app using s3-proxy. I can navigate to my app at / just fine. However, if I navigate directly to any other route such as /login, I get an Missing S3 key error. I understand that the root cause is there's no file in my bucket called login, but I'm not quite sure how to get around the issue. Here's my code:

            ...

            ANSWER

            Answered 2021-Sep-19 at 13:59

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install s3proxy

            Set $GOPATH variable, by default it should be something like $HOME/go. Set $GOBIN variable, by default it should be something like $GOPATH/bin. Make sure $GOBIN is in your $PATH : export $PATH=$PATH:$GOBIN. The previous steps are needed for some of the tools this projects uses, mainly goimports. This project itself uses go modules, and so does NOT need to be in your GOPATH. It would be better to clone it outside of the $GOPATH (or else you’ll need to export GO111MODULE=on). Clone the project : git clone git@github.com:mirakl/s3proxy.git and run make.
            Install [Go](https://golang.org/doc/install)
            Set $GOPATH variable, by default it should be something like $HOME/go
            Set $GOBIN variable, by default it should be something like $GOPATH/bin
            Make sure $GOBIN is in your $PATH : export $PATH=$PATH:$GOBIN
            run make docker-image

            Support

            s3proxy responds directly to the following endpoints.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mirakl/s3proxy.git

          • CLI

            gh repo clone mirakl/s3proxy

          • sshUrl

            git@github.com:mirakl/s3proxy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Cloud Storage Libraries

            minio

            by minio

            rclone

            by rclone

            flysystem

            by thephpleague

            boto

            by boto

            Dropbox-Uploader

            by andreafabrizi

            Try Top Libraries by mirakl

            sdk-php-shop

            by miraklPHP

            redux-lists

            by miraklJavaScript

            twitter-light-42

            by miraklJava