{"id":19202774,"url":"https://github.com/mondain/jets3t","last_synced_at":"2025-05-12T13:24:36.959Z","repository":{"id":41096608,"uuid":"155476310","full_name":"mondain/jets3t","owner":"mondain","description":" JetS3t (pronounced \"jet-set\") is a free, open-source Java toolkit and application suite for Amazon Simple Storage Service (Amazon S3), Amazon CloudFront content delivery network, and Google Storage for Developers.","archived":false,"fork":false,"pushed_at":"2023-12-19T01:37:52.000Z","size":1489,"stargazers_count":29,"open_issues_count":13,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-20T13:36:26.413Z","etag":null,"topics":["aws","cloud","cloudfront","google-storage","java","s3"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/mondain.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":"2018-10-31T00:48:33.000Z","updated_at":"2025-03-29T07:01:05.000Z","dependencies_parsed_at":"2024-11-09T12:44:00.598Z","dependency_job_id":"8c74ff81-a9ca-4ea2-a294-5a543c1ab4f8","html_url":"https://github.com/mondain/jets3t","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/mondain%2Fjets3t","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondain%2Fjets3t/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondain%2Fjets3t/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondain%2Fjets3t/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondain","download_url":"https://codeload.github.com/mondain/jets3t/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745870,"owners_count":21957456,"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","cloud","cloudfront","google-storage","java","s3"],"created_at":"2024-11-09T12:43:52.010Z","updated_at":"2025-05-12T13:24:36.940Z","avatar_url":"https://github.com/mondain.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JetS3t\n======\n\nDisclaimer\n-----------\nThis is a fork and continuation of the original [JetS3t project](https://bitbucket.org/jmurty/jets3t/wiki/Home) by James Murty.\n\nOverview\n---------\nJetS3t is a free, open-source Java toolkit and application suite for Amazon Simple Storage Service (Amazon S3), Amazon CloudFront content delivery network, and Google Storage for Developers.\n\nFor further information, documentation, and links to discussion lists and other resources, please visit the [JetS3t web site][jets3t]. There are also [historic release notes][jets3t-releasenotes-hist] summarizing the changes \nin past JetS3t releases, and [pending release notes][jets3t-releasenotes-pend] that include details about the up-coming release.\n\n[jets3t]: http://www.jets3t.org/\n[jets3t-toolkit]: http://www.jets3t.org/toolkit/toolkit.html\n\n[jets3t-releasenotes-hist]: http://www.jets3t.org/RELEASE_NOTES.txt\n[jets3t-releasenotes-pend]: https://bitbucket.org/jmurty/jets3t/src/tip/RELEASE_NOTES.txt\n\n[jets3t-cockpit]: http://www.jets3t.org/applications/cockpit.html\n[jets3t-synchronize]: http://www.jets3t.org/applications/synchronize.html\n[jets3t-cockpitlite]: http://www.jets3t.org/applications/cockpitlite.html\n[jets3t-uploader]: http://www.jets3t.org/applications/uploader.html\n\n\nRunning Applications\n--------------------\n\nEach application can be run using a script in the _bin_ directory.\nTo run an application, such as Cockpit, run the appropriate script from the bin directory for your JetS3t version (\"x.y.z\" in these examples).\n\nWindows:\n\n    cd jets3t-x.y.z\\bin\n    cockpit.bat\n\nUnixy:\n\n    bash jets3t-x.y.z/bin/cockpit.sh\n\n\nConfiguration files\n-------------------\n\nApplications or library components generally read text configuration files, which must be available in the classpath of a running application to be useful.\n\nExample configuration files are located in the _configs_ directory. The run scripts in the _bin_ directory automatically include this _configs_ directory in the classpath when running JetS3t apps.\n\nThe configuration files include:\n\n * `jets3t.properties`\n    Low-level toolkit configuration.\n * `synchronize.properties`\n    Properties for the Synchronize application\n * `uploader.properties`\n    Properties for the Uploader application\n * `cockpitlite.properties`\n    Properties for the CockpitLite application\n * `mime.types`\n    Maps file extensions to the appropriate mime/content type. For example, the \"txt\" extension maps to \"text/plain\".\n * `commons-logging.properties`\n    Defines which logging implementation to use.\n * `log4j.properties`\n    When Log4J is the chosen logging implementation, these settings control how much logging information is displayed, and\n    the way it is displayed.\n * `simplelog.properties`\n    When SimpleLog is the chosen logging implementation, these settings control the logging information that is displayed.\n\n\nJAR files\n---------\n\nThe compiled JetS3t code jar files are available in the _jars_ directory,\nand include the following:\n\n * `jets3t-x.y.z.jar`\n\n   The [JetS3t toolkit][jets3t-toolkit], including the JetS3t service implemention\n   which underlies all the other JetS3t applications.\n\n * `jets3t-gui-x.y.z.jar`\n\n   Graphical user interface components used by JetS3t GUI applications such as\n   Cockpit. These components are not required by the command-line Synchronize\n   tool, nor by non-graphical programs you may build.\n\n * `cockpit-x.y.z.jar`\n\n   [Cockpit][jets3t-cockpit], a GUI application/applet for viewing and managing\n   the contents of an S3 account.\n\n * `synchronize-x.y.z.jar`\n\n   [Synchronize][jets3t-synchronize], a console application for synchronizing\n   directories on a computer with an Amazon S3 account.\n\n * `cockpitlite-x.y.z.jar`\n\n   [CockpitLite][jets3t-cockpitlite], a GUI application/applet for viewing and\n   managing the contents of an S3 account, where the S3 account is not owned by\n   the application's user directly but is made available via the Gatekeeper servlet.\n\n * `uploader-x.y.z.jar`\n\n   [Uploader][jets3t-uploader], a wizard-based GUI application/applet that S3\n   account holders (Service Providers) may provide to clients to allow them to\n   upload files to S3 without requiring access to the Service Provider's S3\n   credentials\n\n\nCompatibility and Performance of Distributed Jar files\n------------------------------------------------------\n\nThe class files in these jars are compiled for compatibility with Sun's JDK 8 and later, and have debugging turned on to provide more information if errors occur.\n\nTo use JetS3t in high-performance scenarios, the classes should be recompiled using the latest version of Java available to you and with debugging turned off.\n\n\nBuilding JetS3t from source\n---------------------------\n\nThe JetS3t distribution package is built using Maven.\n\nThe following command will recompile the JetS3t library and applications: `mvn clean package`\n\nJetS3t applications or applets may not be building correctly as of project takeover, but they will be soon. If you encounter issues with the current builds starting with `0.9.6-SNAPSHOT` please file issue reports.\n\nMaven\n--------\n```xml\n  \u003cdependency\u003e\n      \u003cgroupId\u003eorg.jets3t\u003c/groupId\u003e\n      \u003cartifactId\u003ejets3t\u003c/artifactId\u003e\n      \u003cversion\u003e0.9.6-SNAPSHOT\u003c/version\u003e\n  \u003c/dependency\u003e\n```\n\nDirect downloads\n-------\n[Snapshots](https://oss.sonatype.org/content/repositories/snapshots/org/jets3t/)\n[Releases](https://oss.sonatype.org/content/repositories/releases/org/jets3t/)\n\n\nServlets\n--------\n\nThe JetS3t application suite includes a servlet implementation of a Gatekeeper to offer mediated third-party access to your S3 resources. The deployable WAR file for this servlet is located in the _servlets/gatekeeper_ directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondain%2Fjets3t","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondain%2Fjets3t","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondain%2Fjets3t/lists"}