{"id":18649826,"url":"https://github.com/ashwanthkumar/jets3t","last_synced_at":"2025-11-05T10:30:32.004Z","repository":{"id":140450538,"uuid":"96417044","full_name":"ashwanthkumar/jets3t","owner":"ashwanthkumar","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-06T10:11:48.000Z","size":26544,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T12:44:50.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashwanthkumar.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-2.0.txt","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-07-06T10:08:57.000Z","updated_at":"2018-09-27T01:33:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae1123b2-af87-43c9-b06f-dbe97b31bda3","html_url":"https://github.com/ashwanthkumar/jets3t","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fjets3t","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fjets3t/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fjets3t/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fjets3t/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashwanthkumar","download_url":"https://codeload.github.com/ashwanthkumar/jets3t/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239456408,"owners_count":19641843,"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":[],"created_at":"2024-11-07T06:40:46.474Z","updated_at":"2025-11-05T10:30:31.937Z","avatar_url":"https://github.com/ashwanthkumar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JetS3t\n======\n\nJetS3t is a free, open-source Java toolkit and application suite for\nAmazon Simple Storage Service (Amazon S3), Amazon CloudFront content\ndelivery network, and Google Storage for Developers.\n\nFor further information, documentation, and links to discussion lists and\nother resources, please visit the [JetS3t web site][jets3t]. There are also\n[historic release notes][jets3t-releasenotes-hist] summarizing the changes\nin past JetS3t releases, and [pending release notes][jets3t-releasenotes-pend]\nthat 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\nthe 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,\nwhich must be available in the classpath of a running application to be useful.\n\nExample configuration files are located in the _configs_ directory. The\nrun scripts in the _bin_ directory automatically include this _configs_\ndirectory 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.\n    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,\n    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,\n    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\nJDK 5 and later, and have debugging turned on to provide more information\nif errors occur.\n\nTo use JetS3t in high-performance scenarios, the classes should be\nrecompiled using the latest version of Java available to you and with\ndebugging turned off.\n\n\nBuilding JetS3t from source\n---------------------------\n\nThe JetS3t distribution package includes an ANT build script (`build.xml`) that\nallows you to easily rebuild the project yourself, and a default set of build\nproperties (`build.properties`) that you may wish to modify.\n\nThe following ANT command will recompile the JetS3t library and applications:\n\n    ant rebuild-all\n\nTo repackage JetS3t applications or applets with your modifications for\nredistribution:\n\n    ant repackage-applets\n\n\nServlets\n--------\n\nThe JetS3t application suite includes a servlet implementation of a Gatekeeper\nto offer mediated third-party access to your S3 resources. The deployable WAR\nfile for this servlet is located in the _servlets/gatekeeper_ directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fjets3t","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwanthkumar%2Fjets3t","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fjets3t/lists"}